$count = Attendance::count(); $skip = 5; $limit = $count - $skip; // the limit $collection = Attendance::skip($skip)->take($limit)->get();